메인 콘텐츠로 건너뛰기
GET
/
creatives
Get multiple creatives
curl --request GET \
  --url https://your_a2_service/creatives \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "no": 123,
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "banner",
    "banner": {
      "ext": {},
      "img": "",
      "link": {
        "ext": {},
        "url": ""
      }
    },
    "cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "height": 0,
    "native": {
      "ext": {},
      "link": {
        "ext": {},
        "url": ""
      }
    },
    "status": "inactive",
    "updated_at": "2023-11-07T05:31:56Z",
    "video": {
      "adm": "",
      "ctype": 2,
      "dur": 0,
      "ext": {
        "cdn": "",
        "linear": 1,
        "link": {
          "ext": {},
          "url": ""
        },
        "url": ""
      },
      "mime": ""
    },
    "width": 0
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

쿼리 매개변수

owner_id
string<uuid> | null

소재 소유자

cid
string<uuid> | null

캠페인 ID

응답

Successful Response

id
string<uuid>
필수

소재 id

name
string
필수

소재 이름

no
integer
필수

소재 번호

owner_id
string<uuid>
필수

소재의 소유자 id

type
enum<string>
필수

소재 유형

사용 가능한 옵션:
banner,
video,
native
banner
Banner · object

배너 이미지 및 추가 옵션

cid
string<uuid> | null

소재가 사용될 캠페인의 id

created_at
string<date-time>

소재의 생성시간

description
string | null

소재 설명

height
integer | null
기본값:0

소재의 높이

native
Native · object

네이티브 소재 및 추가 옵션

status
enum<string>
기본값:inactive

소재의 상태

사용 가능한 옵션:
active,
inactive
updated_at
string<date-time>

소재의 수정시간

video
Video · object

비디어 소재 정보 및 추가 옵션

width
integer | null
기본값:0

소재의 너비